home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / tools / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / i386 / xm-next.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-09  |  131 b   |  6 lines

  1. #include "i386/xm-i386.h"
  2.  
  3. /* malloc does better with chunks the size of a page.  */ 
  4.  
  5. #define OBSTACK_CHUNK_SIZE (getpagesize ())
  6.